func path/filepath.join

2 uses

	path/filepath (current package)
		path.go#L263: 	return join(elem)
		path_unix.go#L45: func join(elem []string) string {